/* *,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
} */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}

html {
  -webkit-font-smoothing: antialiased;}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 14px;}

body {
  margin: 0;
  background-color: #f0f7fb;
  font-family: "微软雅黑" !important;
  color: #333;}

.wrap {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  height: 100%;}